As stated [in code](https://goo.gl/8xMl4a), benchmarks are to be found
in the 'benches' directory, not in the 'examples' directory.
* Other executables can be placed in `src/bin/*.rs`.
* External tests go in the `tests` directory.
* Example executable files go in the `examples` directory.
-* Benchmarks go in the `examples` directory.
+* Benchmarks go in the `benches` directory.
These are explained in more detail in the [manifest
description](manifest.html#the-project-layout).